projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3635c
)
(mm-charset-override-alist): Declare for compiler.
author
Glenn Morris
<rgm@gnu.org>
Tue, 16 Dec 2008 08:10:01 +0000
(08:10 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 16 Dec 2008 08:10:01 +0000
(08:10 +0000)
lisp/gnus/ChangeLog
patch
|
blob
|
history
lisp/gnus/mm-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/ChangeLog
b/lisp/gnus/ChangeLog
index 9e58c6046b09ed58d540f40c48c1708c9d91f307..788957acd208ae7bba1036f28ed5ee2e1f76aa4e 100644
(file)
--- a/
lisp/gnus/ChangeLog
+++ b/
lisp/gnus/ChangeLog
@@
-1,3
+1,7
@@
+2008-12-16 Glenn Morris <rgm@gnu.org>
+
+ * mm-util.el (mm-charset-override-alist): Declare for compiler.
+
2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
* mm-util.el (mm-charset-eval-alist):
diff --git
a/lisp/gnus/mm-util.el
b/lisp/gnus/mm-util.el
index e6f0f26c56af9dfd200e1f6a8fbd17987b03eed4..1d23050b36441cf21543712b89d440fd9b6811d0 100644
(file)
--- a/
lisp/gnus/mm-util.el
+++ b/
lisp/gnus/mm-util.el
@@
-417,6
+417,8
@@
could use `autoload-coding-system' here."
:group 'mime)
(put 'mm-charset-eval-alist 'risky-local-variable t)
+(defvar mm-charset-override-alist)
+
;; Note: this function has to be defined before `mm-charset-override-alist'
;; since it will use this function in order to determine its default value
;; when loading mm-util.elc.